home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / util / rexx / Latin2HTML.lha / Latin2HTML.doc < prev   
Text File  |  1998-01-23  |  3KB  |  71 lines

  1. Short:    CED script Convert Latin print in HTML format
  2. Uploader: adamca@aix.pacwan.net (Adam Carrano from A.P.S. Ltd)
  3. Author:   adamca@aix.pacwan.net (Adam Carrano from A.P.S. Ltd)
  4. Type:     util/rexx
  5.  
  6. --------------------------  English  --------------------------
  7. If you create HTLM documents in French (or any language that contents
  8. special print like German) this script is made for you.
  9.  
  10. This is a very simple ARexx script for CygnusED v4.2 that convert
  11. the Latin print (é, É, à, À, etc.. but also $, £, %, ß, etc...) in their HTML ISO equivalence
  12. (é, à, etc..)
  13.  
  14. Installation:
  15. - Copy the script Latin2HTML.ced into Rexx:
  16. - Run CED
  17. - Choose in the menu Special / DOS ARexx interface / Install DOS ARexx Command
  18. - Enter a number from 1 to 10 (1 for F1, 2 for F2, etc...)
  19. - Type in the window Latin2HTML.ced
  20. - Choose in the menu Special / DOS ARexx interface / Save DOS ARexx Commands
  21. - Save in S:RexxCommands
  22.  
  23. Every times you press the choosed key the convertion will begin.
  24. It could take more or less time depending to the length of the text
  25. and your processor.
  26.  
  27. The upper case (Large print) are also supported and differentiate.
  28.  
  29. Some print from the HTML code will not be alter.
  30. EX: <, /, >, !, -, :, etc...
  31.  
  32. ATTENTION: do not use the Latin print for your paths or the
  33. names of your documents and pictures or they will alter.
  34.  
  35. Sorry for my poor English.
  36.  
  37. You can visit my home page at  http://monoweb.pacwan.net/monoweb/adamca
  38.  
  39. --------------------------  Francais  --------------------------
  40. Si vous creez des documents HTML en Francais (ou tout autre language qui
  41. contient des carateres speciaux comme l'Allemand) ce script est fait pour vous.
  42.  
  43. C'est un script ARexx tres simple pour CygnusED v4.2 qui convertie
  44. les carateres Latin (é, É, à, À, etc.. mais aussi $, £, %, ß, etc...) dans leur equivalence ISO HTML
  45. (é, à, etc..)
  46.  
  47. Installation:
  48. - Copier le script Latin2HTML.ced dans Rexx:
  49. - Lancer CED
  50. - Choisir dans le menu Special / DOS ARexx interface / Install DOS ARexx Command
  51. - Entrer un nombre de 1 a 10 (1 pour F1, 2 pour F2, etc...)
  52. - Tapez Latin2HTML.ced dans la fenetre
  53. - Choisir dans le menu Special / DOS ARexx interface / Save DOS ARexx Commands
  54. - Sauvez dans S:RexxCommands
  55.  
  56. Chaque fois que vous appuirez sur la touche que vous avez choisie
  57. la convertion du texte commencera.
  58. Cela peut prendre plus ou moins de temps selon la longeur du
  59. texte et votre processeur.
  60.  
  61. Les caracteres Latin en majuscule son aussi gerees et differenciees.
  62.  
  63. Certain caratere specifique au code HTML ne seront pas modifie.
  64. EX: <, /, >, !, -, :, etc...
  65.  
  66. ATTENTION: vous ne devez pas utilise des carateres Latin
  67. dans vos chemins d'acces ou vos nom de documents et images
  68. ou ils seront eux aussi modifies.
  69.  
  70. Vous pouvez visiter ma home page sur  http://monoweb.pacwan.net/monoweb/adamca
  71.